home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / impr_dev.idb / usr / impressario / tests / print / image.ipr.z / image.ipr
Text File  |  1996-05-06  |  3KB  |  107 lines

  1. !
  2. !**************************************************************************
  3. !*
  4. !*          Copyright    (c) 1994 SGI  All Rights Reserved
  5. !*
  6. !**************************************************************************
  7. !*
  8. !* File: image.ipr
  9. !*
  10. !* $Revision: 1.2 $
  11. !*
  12. !* Description: Test class configuration file for the testipr program. This
  13. !*    class file describes tests for image files.
  14. !*
  15. !**************************************************************************
  16.  
  17. test.basePath: /usr/impressario/tests/data
  18.  
  19.  
  20. ! Print one of each supported file format with default options.
  21.  
  22. test.1.file:    testfile.sgi
  23. test.1.options:
  24. test.1.desc:    SGI Image file, 1 page - default options
  25.  
  26. test.2.file:    testfile.gif
  27. test.2.options:
  28. test.2.desc:    GIF Image file, 1 page - default options
  29.  
  30. test.3.file:    testfile.tiff
  31. test.3.options:
  32. test.3.desc:    TIFF Image file, 1 page - default options
  33.  
  34. test.4.file:    testfile.jpg
  35. test.4.options:
  36. test.4.desc:    JPEG Image file, 1 page - default options
  37.  
  38. test.5.file:    testfile.ppm
  39. test.5.options:
  40. test.5.desc:    PPM Image file, 1 page - default options
  41.  
  42. test.6.file:    testfile.pcd
  43. test.6.options:
  44. test.6.desc:    Photo CD Image file, 1 page - default options
  45.  
  46.  
  47. ! Print SGI with options.
  48.  
  49. test.7.file:    testfile.sgi
  50. test.7.options: -bestfit -gamma 0.5 -zoom 1.0
  51. test.7.desc:    SGI Image file, 1 page - bestfit, gamma 0.5, zoom 1.0
  52.  
  53. test.8.file:    testfile.sgi
  54. test.8.options: -rotate 0 -gamma 1.0 -zoom 1.0
  55. test.8.desc:    SGI Image file, 1 page - rotate 0, gamma 1.0, zoom 1.0
  56.  
  57. test.9.file:    testfile.sgi
  58. test.9.options: -rotate 30 -gamma 1.0 -zoom 1.0
  59. test.9.desc:    SGI Image file, 1 page - rotate 30, gamma 1.0, zoom 1.0
  60.  
  61. test.10.file:    testfile.sgi
  62. test.10.options: -bestfit -gamma 1.0 -zoom 1.0 -flip
  63. test.10.desc:    SGI Image file, 1 page - bestfit, gamma 1.0, zoom 1.0, mirror
  64.  
  65. test.11.file:    testfile.sgi
  66. test.11.options: -bestfit -gamma 1.0 -zoom 0.5
  67. test.11.desc:    SGI Image file, 1 page - bestfit, gamma 1.0, zoom 0.5
  68.  
  69. test.12.file:    testfile.sgi
  70. test.12.options: -bestfit -gamma 1.0 -zoom 0
  71. test.12.desc:    SGI Image file, 1 page - bestfit, gamma 1.0, zoom 0
  72.  
  73. test.13.file:    testfile.sgi
  74. test.13.options: -bestfit -gamma 1.0 -ppi 95
  75. test.13.desc:    SGI Image file, 1 page - bestfit, gamma 1.0, ppi 95
  76.  
  77.  
  78. ! Print GIF with options
  79.  
  80. test.14.file:    testfile.gif
  81. test.14.options: -bestfit -gamma 0.5 -zoom 1.0
  82. test.14.desc:    GIF Image file, 1 page - bestfit, gamma 0.5, zoom 1.0
  83.  
  84. test.15.file:    testfile.gif
  85. test.15.options: -rotate 0 -gamma 1.0 -zoom 1.0
  86. test.15.desc:    GIF Image file, 1 page - rotate 0, gamma 1.0, zoom 1.0
  87.  
  88. test.16.file:    testfile.gif
  89. test.16.options: -rotate 30 -gamma 1.0 -zoom 1.0
  90. test.16.desc:    GIF Image file, 1 page - rotate 30, gamma 1.0, zoom 1.0
  91.  
  92. test.17.file:    testfile.gif
  93. test.17.options: -bestfit -gamma 1.0 -zoom 1.0 -flip
  94. test.17.desc:    GIF Image file, 1 page - bestfit, gamma 1.0, zoom 1.0, mirror
  95.  
  96. test.18.file:    testfile.gif
  97. test.18.options: -bestfit -gamma 1.0 -zoom 0.5
  98. test.18.desc:    GIF Image file, 1 page - bestfit, gamma 1.0, zoom 0.5
  99.  
  100. test.19.file:    testfile.gif
  101. test.19.options: -bestfit -gamma 1.0 -zoom 0
  102. test.19.desc:    GIF Image file, 1 page - bestfit, gamma 1.0, zoom 0
  103.  
  104. test.20.file:    testfile.gif
  105. test.20.options: -bestfit -gamma 1.0 -ppi 95
  106. test.20.desc:    GIF Image file, 1 page - bestfit, gamma 1.0, ppi 95
  107.